cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/180 - Sudoku/static/js/
document.querySelector('#dark-mode-toggle').addEventListener('click', () => {
document.body.classList.toggle('dark');
co
document.body.classList.toggle('dark');
co
const CONSTANT = {
UNASSIGNED: 0,
GRID_SIZE: 9,
BOX_SIZE: 3,
NUMBERS: [1,2,3,4,5,6,7,8,9],
LEVEL_NAME: [
UNASSIGNED: 0,
GRID_SIZE: 9,
BOX_SIZE: 3,
NUMBERS: [1,2,3,4,5,6,7,8,9],
LEVEL_NAME: [